summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-04 10:42:12 +0000
committerjkar8572 <jkar8572>2001-04-04 10:42:12 +0000
commit823172abd03b7cd2489a696f936eaee522d36882 (patch)
treee9e0bda4a4f874b9ac2ccdabfec21d1fab7251a3 /common.c
parent06c43890e2973a133577dcf87d7ea8523659495e (diff)
Merged with RedHat patch - mainly documentation issues
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.c b/common.c
index f77f2e5..754c7ac 100644
--- a/common.c
+++ b/common.c
@@ -2,6 +2,7 @@
*
* Common things for all utilities
*
+ * Jan Kara <jack@suse.cz> - sponsored by SuSE CR
*/
#include <stdio.h>
@@ -71,4 +72,5 @@ void version(void)
puts(_("EXT2_DIRECT"));
#endif /* defined RPC && EXT2_DIRECT */
#endif /* defined RPC || EXT2_DIRECT */
+ printf(_("Bugs to %s\n"), MY_EMAIL);
}