Using _namespace ID_ in the synopsis as argument definition
is more coherent as it lets a user easily infer that a
numeric value is required to identify a namespace.
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
== SYNOPSIS
-*lsns* [options] [_namespace_]
+*lsns* [options] [_namespace ID_]
== DESCRIPTION
fputs(USAGE_HEADER, out);
fprintf(out,
- _(" %s [options] [<namespace>]\n"), program_invocation_short_name);
+ _(" %s [options] [<namespace ID>]\n"), program_invocation_short_name);
fputs(USAGE_SEPARATOR, out);
fputs(_("List system namespaces.\n"), out);