diff options
author | Sebastian Schmelzer | 2011-04-28 19:52:17 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2011-04-28 19:52:17 +0200 |
commit | 2a71081a643bffcceb6f24b40f0bc8f518785164 (patch) | |
tree | 13acc3d1c732e0d089bb0648d158b1eeac595370 /src | |
parent | theme support, move directboot option from no parameter to --file / -f (diff) | |
download | vmchooser-2a71081a643bffcceb6f24b40f0bc8f518785164.tar.gz vmchooser-2a71081a643bffcceb6f24b40f0bc8f518785164.tar.xz vmchooser-2a71081a643bffcceb6f24b40f0bc8f518785164.zip |
add missing newline ..
Diffstat (limited to 'src')
-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" |