diff options
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6af6cbc..17e84e4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) { "Console", "Usage: vmchooser [ OPTIONS ]\n\n" " -d, --default name of default session\n" - " -f, --file direct boot FILE" + " -f, --file direct boot FILE\n" " -P, --pool name of the environment\n" " -p, --path path to vmware .xml files\n" " -x, --xpath path of X Session .desktop files\n" |