Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a82bba5b authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

update help text: use correct executable name

parent 4cd916ac
Branches
Tags
No related merge requests found
...@@ -54,13 +54,13 @@ namespace VectoConsole ...@@ -54,13 +54,13 @@ namespace VectoConsole
private static int _numLines; private static int _numLines;
private static int ProgessCounter { get; set; } private static int ProgessCounter { get; set; }
private const string Usage = @"Usage: vecto.exe [-h] [-v] FILE1.vecto [FILE2.vecto ...]"; private const string Usage = @"Usage: vectocmd.exe [-h] [-v] FILE1.vecto [FILE2.vecto ...]";
private const string Help = @" private const string Help = @"
Commandline Interface for Vecto. Commandline Interface for Vecto.
Synopsis: Synopsis:
vecto.exe [-h] [-v] FILE1.vecto [FILE2.vecto ...] vectocmd.exe [-h] [-v] FILE1.vecto [FILE2.vecto ...]
Description: Description:
FILE1.vecto [FILE2.vecto ...]: A list of vecto-job files (with the FILE1.vecto [FILE2.vecto ...]: A list of vecto-job files (with the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment