diff options
| author | Simeon Simeonov | 2020-12-14 14:02:01 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-12-14 14:02:01 +0100 |
| commit | 6832b77325ddc23e8a12a292d3fe4fa2d1a9db56 (patch) | |
| tree | b6808e886d71c55f48baab464a61b4d2d6a51cae | |
| parent | bc782be8ff1407635033b6566cfb2707fbe4a77d (diff) | |
Fix and sort the help (-h) string
| -rw-r--r-- | i3lock.c | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -1372,14 +1372,14 @@ int main(int argc, char *argv[]) { | |||
| 1372 | #ifdef EXTRAS | 1372 | #ifdef EXTRAS |
| 1373 | errx( | 1373 | errx( |
| 1374 | EXIT_FAILURE, | 1374 | EXIT_FAILURE, |
| 1375 | "Syntax: i3lock-extended [-v] [-n] [-b] [-D] [-d] [-E] " | 1375 | "Syntax: i3lock-extended [-B color] [-b] [-C seconds] " |
| 1376 | "[-L] [-c color] [-B color] [-F color] [-G color] " | 1376 | "[-c color] [-D] [-d] [-E] [-e] [-F color] [-f] " |
| 1377 | "[-J text] [-O color] [-R color] [-r refresh rate] [-u] " | 1377 | "[-G color] [-h] [-I timeout] [-i image.png] [-J text] " |
| 1378 | "[-L] [-n] [-O color] [-p win|default] [-R color] " | ||
| 1379 | "[-r refresh rate] [-S size] [-T template] [-t] [-u] [-v] " | ||
| 1378 | "[-W horizontal-alignment] [-X horizontal-alignment] " | 1380 | "[-W horizontal-alignment] [-X horizontal-alignment] " |
| 1379 | "[-x horizontal-alignment] [-Y vertical-alignment] " | 1381 | "[-x horizontal-alignment] [-Y vertical-alignment] " |
| 1380 | "[-y vertical-alignment] [-Z vertical-alignment] " | 1382 | "[-y vertical-alignment] [-Z vertical-alignment]"); |
| 1381 | "[-p win|default] [-i image.png] [-t] [-e] [-I timeout] " | ||
| 1382 | "[-f]"); | ||
| 1383 | #else | 1383 | #else |
| 1384 | errx(EXIT_FAILURE, "Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default]" | 1384 | errx(EXIT_FAILURE, "Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default]" |
| 1385 | " [-i image.png] [-t] [-e] [-I timeout] [-f]"); | 1385 | " [-i image.png] [-t] [-e] [-I timeout] [-f]"); |
