chiark / gitweb /
Reword option help
authorRoss Hendrickson <ross@savorywatt.com>
Fri, 30 Aug 2013 02:28:17 +0000 (21:28 -0500)
committerRoss Hendrickson <ross@savorywatt.com>
Fri, 30 Aug 2013 02:28:17 +0000 (21:28 -0500)
Cura/cura.py

index 542970227be462c8a8db2ec957a65d6a920b4694..7c847c38a0a9196aa537a5757ff2227ac7d2a268 100644 (file)
@@ -24,7 +24,7 @@ def main():
        parser.add_option("-s", "--slice", action="store_true", dest="slice",
                help="Slice the given files instead of opening them in Cura")
        parser.add_option("-o", "--output", action="store", type="string", dest="output",
-               help="Directory or file to write sliced files to")
+               help="path to write sliced file to")
 
        (options, args) = parser.parse_args()