diff --git a/programs/cmd/Cs.rc b/programs/cmd/Cs.rc index 4afa21edc58..9e5973c6a0d 100644 --- a/programs/cmd/Cs.rc +++ b/programs/cmd/Cs.rc @@ -199,6 +199,12 @@ P WCMD_VOL, "Nápověda k VOL\n" + WCMD_PUSHD, "PUSHD saves the current directory onto a\n\ +stack, and then changes the current directory to the supplied one.\n" + + WCMD_POPD, "POPD changes current directory to the last one saved with\n\ +PUSHD.\n" + WCMD_MORE, "MORE displays output of files or piped input in pages.\n" WCMD_EXIT, @@ -222,7 +228,9 @@ MD (MKDIR)\tVytvo MORE\t\tDisplay output in pages\n\ MOVE\t\tPřesune soubor, skupinu souborů nebo adresářový strom\n\ PATH\t\tNastaví nebo ukáže prohledávané cesty\n\ +POPD\t\tRestores the directory to the last one saved with PUSHD\n\ PROMPT\t\tZmění výzvu příkazového řádku\n\ +PUSHD\t\tChanges to a new directory, saving the current one\n\ REN (RENAME)\tPřejmenuje soubor\n\ RD (RMDIR)\tSmaže adresář\n\ SET\t\tNastaví nebo zobrazí proměnnou prostředí\n\