summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-04-10 16:21:46 +0200
committerHisham Muhammad <hisham@gobolinux.org>2018-05-22 23:19:19 -0300
commit08a9b051c5b393e6050abd412df0510e36a9be1a (patch)
tree43f3fe662b3979111b6819c60e1512a3ada29b20 /htop.c
parente1e3791363cd84871d5d9e26b13936eca9d5a2e5 (diff)
fix option string
This broke with commit db05ba61065f64b59d0014518be0786b5439e54c.
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/htop.c b/htop.c
index 6db81dd7..678a3b8a 100644
--- a/htop.c
+++ b/htop.c
@@ -93,7 +93,7 @@ static CommandLineSettings parseArguments(int argc, char** argv) {
int opt, opti=0;
/* Parse arguments */
- while ((opt = getopt_long(argc, argv, "hvCst::d:u:p:i", long_opts, &opti))) {
+ while ((opt = getopt_long(argc, argv, "hvCs:td:u:p:i", long_opts, &opti))) {
if (opt == EOF) break;
switch (opt) {
case 'h':

© 2014-2024 Faster IT GmbH | imprint | privacy policy