diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-11 11:23:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-11 11:23:59 +0000 |
| commit | 48b9142f64d77e9bf92cee876406293335a58d56 (patch) | |
| tree | 2acb8efd2ee72c19f82302c7332e98f673372fbe /usr.sbin/pkg_install/version | |
| parent | 59bd95005ec9733fc71536f998213381008ab5f3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/version')
| -rw-r--r-- | usr.sbin/pkg_install/version/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/version/main.c b/usr.sbin/pkg_install/version/main.c index 38ff320cfee3..a025c9ad838d 100644 --- a/usr.sbin/pkg_install/version/main.c +++ b/usr.sbin/pkg_install/version/main.c @@ -100,7 +100,7 @@ static void usage() { fprintf(stderr, "%s\n%s\n%s\n", - "usage: pkg_version [-hv] [-l limchar] [-L limchar] [[-X] -s string] index", + "usage: pkg_version [-hqv] [-l limchar] [-L limchar] [[-X] -s string] [index]", " pkg_version -t v1 v2", " pkg_version -T name pattern"); exit(1); |
