diff options
author | Simon Rettberg | 2016-01-21 10:47:11 +0100 |
---|---|---|
committer | Simon Rettberg | 2016-01-21 10:47:11 +0100 |
commit | 990707e4a20b9f2db9a318bd8da43a2adf07d93e (patch) | |
tree | 09979dcc74e309faab190362b9c9dd3e1d1d329d /src | |
parent | Remodel section handling: Use constants (diff) | |
download | vmchooser2-990707e4a20b9f2db9a318bd8da43a2adf07d93e.tar.gz vmchooser2-990707e4a20b9f2db9a318bd8da43a2adf07d93e.tar.xz vmchooser2-990707e4a20b9f2db9a318bd8da43a2adf07d93e.zip |
Fix help output (location -> locations)
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 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" |