summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2016-01-21 10:47:11 +0100
committerSimon Rettberg2016-01-21 10:47:11 +0100
commit990707e4a20b9f2db9a318bd8da43a2adf07d93e (patch)
tree09979dcc74e309faab190362b9c9dd3e1d1d329d /src/main.cpp
parentRemodel section handling: Use constants (diff)
downloadvmchooser2-990707e4a20b9f2db9a318bd8da43a2adf07d93e.tar.gz
vmchooser2-990707e4a20b9f2db9a318bd8da43a2adf07d93e.tar.xz
vmchooser2-990707e4a20b9f2db9a318bd8da43a2adf07d93e.zip
Fix help output (location -> locations)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0a4f6cd..cbbe08f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -35,7 +35,7 @@ int main(int argc, char *argv[]) {
" -b --base base directory where VM images are accessible\n"
" -d, --default name of default session\n"
" -c, --config alternative config file\n"
- " -l, --location location id(s), space separated\n"
+ " -l, --locations location id(s), space separated\n"
" --location-mode how to treat entries for this location (IGNORE, BUMP or EXCLUSIVE)\n"
" -P, --pool one or more pool names to display (comma separated)\n"
" -f, --file direct boot .desktop file\n"