summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorLion Yang <lion@aosc.io>2018-08-25 21:15:59 +0800
committerHisham Muhammad <hisham@gobolinux.org>2019-02-10 14:16:46 +0100
commitdc7d0352383c41eda15510ae6995ea75c3a2259d (patch)
tree831a1557fec447b9b2e1666d79052a983bc46c46 /htop.c
parentbae27054e6f8ed3d27f3c39f3aa467ec3aa6c4af (diff)
htop.c: remove unused "--io" / "-i" (#811)
Introduced from https://github.com/hishamhm/htop/commit/3383d8e5561dfc6fb2b65e0a194df94ccb5e08af (2.0.0) but never used.
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/htop.c b/htop.c
index 678a3b8a..8c88c782 100644
--- a/htop.c
+++ b/htop.c
@@ -87,13 +87,12 @@ static CommandLineSettings parseArguments(int argc, char** argv) {
{"no-colour",no_argument, 0, 'C'},
{"tree", no_argument, 0, 't'},
{"pid", required_argument, 0, 'p'},
- {"io", no_argument, 0, 'i'},
{0,0,0,0}
};
int opt, opti=0;
/* Parse arguments */
- while ((opt = getopt_long(argc, argv, "hvCs:td:u:p:i", long_opts, &opti))) {
+ while ((opt = getopt_long(argc, argv, "hvCs:td:u:p:", long_opts, &opti))) {
if (opt == EOF) break;
switch (opt) {
case 'h':

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