Skip to content

Commit 1c48895

Browse files
committed
Update pulsFileSystem.cpp
1 parent cd7a485 commit 1c48895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/source/pulsFileSystem.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <string>
1+
#include <string>
22
#include <iostream>
33
#include <filesystem>
44
#include <vector>
@@ -10,8 +10,8 @@ int fileCommand(std::string line, std::string curpath, std::string acc_name) {
1010
line.erase(0, line.find_first_not_of(' '));
1111
line.erase(line.find_last_not_of(' ') + 1);
1212
if (line.substr(0, 4) == "help") {
13-
cout << "md - ñîçäàòü äèððåêòîðèþ" << endl;
14-
cout << "ld - ïîêàçàòü âñå äèððåêòîðèè è ôàéëû â íèõ" << endl;
13+
cout << "md - создать дирректорию" << endl;
14+
cout << "ld - показать все дирректории и файлы в них" << endl;
1515
}
1616
if (line.substr(0, 2) == "md") {
1717
line.replace(0, 2, "");

0 commit comments

Comments
 (0)