summaryrefslogtreecommitdiff
path: root/convertquota.c
diff options
context:
space:
mode:
Diffstat (limited to 'convertquota.c')
-rw-r--r--convertquota.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/convertquota.c b/convertquota.c
index 26f34e9..73696d8 100644
--- a/convertquota.c
+++ b/convertquota.c
@@ -2,6 +2,7 @@
*
* Utility for converting quota file from old to new format
*
+ * Sponsored by SuSE CR
*/
#include <stdio.h>
@@ -39,7 +40,7 @@ void parse_options(int argcnt, char **argstr)
case '?':
case 'h':
usage:
- printf(_("Utility for converting quota files.\nUsage:\n%s [-u] [-g] mountpoint\n"), cmdname);
+ printf(_("Utility for converting quota files.\nUsage:\n\t%s [-u] [-g] mountpoint\n"), cmdname);
printf(_("Bugs to %s\n"), MY_EMAIL);
exit(1);
case 'V':