Align command line argument descriptions in help output

Also drop #link comment
This commit is contained in:
Christian Göttsche 2020-11-18 13:59:36 +01:00
parent 0eb3c7589d
commit f720868998
1 changed files with 10 additions and 11 deletions

1
htop.c
View File

@ -40,7 +40,6 @@ in the source distribution for its full text.
#include <sensors/sensors.h> #include <sensors/sensors.h>
#endif #endif
//#link m
static void printVersionFlag(void) { static void printVersionFlag(void) {
fputs("htop " VERSION "\n", stdout); fputs("htop " VERSION "\n", stdout);