Introduction
Introduction Statistics Contact Development Disclaimer Help
ps: fix argv0 position in usage line - ubase - suckless linux base utils
git clone git://git.suckless.org/ubase
Log
Files
Refs
README
LICENSE
---
commit 2d58716c23f946a84a941579ede6508f0b133361
parent 55795531f03ccb5a41cf80fd564b862c103252cc
Author: Mattias Andrée <[email protected]>
Date: Mon, 11 Jun 2018 22:45:56 +0200
ps: fix argv0 position in usage line
Signed-off-by: Mattias Andrée <[email protected]>
Diffstat:
M ps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ps.c b/ps.c
@@ -145,7 +145,7 @@ psr(const char *file)
static void
usage(void)
{
- eprintf("usage: [-aAdef] %s\n", argv0);
+ eprintf("usage: %s [-aAdef]\n", argv0);
}
int
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.