summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-04-28 19:52:17 +0200
committerSebastian Schmelzer2011-04-28 19:52:17 +0200
commit2a71081a643bffcceb6f24b40f0bc8f518785164 (patch)
tree13acc3d1c732e0d089bb0648d158b1eeac595370
parenttheme support, move directboot option from no parameter to --file / -f (diff)
downloadvmchooser-2a71081a643bffcceb6f24b40f0bc8f518785164.tar.gz
vmchooser-2a71081a643bffcceb6f24b40f0bc8f518785164.tar.xz
vmchooser-2a71081a643bffcceb6f24b40f0bc8f518785164.zip
add missing newline ..
-rw-r--r--src/main.cpp2
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"