aboutsummaryrefslogtreecommitdiff
path: root/sed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sed.c')
-rw-r--r--sed.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sed.c b/sed.c
index 7b3a4236a..b54a9bb9c 100644
--- a/sed.c
+++ b/sed.c
@@ -672,12 +672,8 @@ extern int sed_main(int argc, char **argv)
672#endif 672#endif
673 673
674 /* do normal option parsing */ 674 /* do normal option parsing */
675 while ((opt = getopt(argc, argv, "Vhne:f:")) > 0) { 675 while ((opt = getopt(argc, argv, "hne:f:")) > 0) {
676 switch (opt) { 676 switch (opt) {
677 case 'V':
678 printf("%s\n", full_version);
679 exit(0);
680 break;
681 case 'h': 677 case 'h':
682 usage(sed_usage); 678 usage(sed_usage);
683 break; 679 break;