Skip to content

Commit

Permalink
Use singular form for folders
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Sep 13, 2023
1 parent b13ffc3 commit 349cbd6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/cmdline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ add_executable(cmdline
target_link_libraries(cmdline PRIVATE ftp::ftp Boost::boost)
target_compile_features(cmdline PRIVATE cxx_std_17)

add_subdirectory(tests)
add_subdirectory(test)
2 changes: 1 addition & 1 deletion app/cmdline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The command-line FTP client is a standalone application based on `libftp`.

![Example](docs/example.png)
![Example](doc/example.png)

## Commands

Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 349cbd6

Please sign in to comment.