From c47a9aae99c055a6ea81d1e576aed09620a7eaa6 Mon Sep 17 00:00:00 2001 From: Ross Hendrickson Date: Thu, 29 Aug 2013 21:28:17 -0500 Subject: [PATCH] Reword option help --- Cura/cura.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/cura.py b/Cura/cura.py index 54297022..7c847c38 100644 --- a/Cura/cura.py +++ b/Cura/cura.py @@ -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() -- 2.30.2