diff options
| -rw-r--r-- | src/ft_m_argv.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_m_argv.c b/src/ft_m_argv.c index 389fbe7..684d396 100644 --- a/src/ft_m_argv.c +++ b/src/ft_m_argv.c @@ -33,7 +33,7 @@ uint8_t  	{  		if (*(argv + 2) == NULL)  		{ -			ft_dprintf(2, "%s: %s: option requires an argument", +			ft_dprintf(2, "%s: %s: option requires an argument\n",  				msh->shname, FT_OPT_COMMAND);  			return (2);  		}  | 
