Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1667 → Rev 1668

/programs/system/shell/cmd/cmd_touch.c
8,7 → 8,11
 
if (NULL == file)
{
printf(" touch filename\n\r");
#if LANG_ENG
printf(" touch <filename>\n\r");
#elif LANG_RUS
printf(" touch <¨¬ï ä ©« >\n\r");
#endif
return FALSE;
}