aboutsummaryrefslogtreecommitdiff
path: root/misc/mshell/files/patch-ad
blob: 03131f105ac0a7af811154fe429ecc3685e26e9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** mshell.c.orig	Sat Sep 24 00:51:51 1994
--- mshell.c	Sat Sep 24 00:52:20 1994
***************
*** 142,148 ****
  
  			if ( strcmp (action_string, NULLSTR) == 0 ) {
  				invalid_option = TRUE;
! 				printf ("\tNo such help option name as: %s\!\!\n", opt2);
  			}
  			else {
  				tmpword[0] = EOS;
--- 142,148 ----
  
  			if ( strcmp (action_string, NULLSTR) == 0 ) {
  				invalid_option = TRUE;
! 				printf ("\tNo such help option name as: %s!!\n", opt2);
  			}
  			else {
  				tmpword[0] = EOS;