Skip to content

Commit

Permalink
Formatting of help messages of --import and --all-tags corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidin36 committed Jul 19, 2014
1 parent b4a58ce commit bb400f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/src/actions/all_tags_action.cpp
Expand Up @@ -49,7 +49,7 @@ namespace tocccli

std::string AllTagsAction::get_help_text()
{
return "--all-tags\tPrints all tags, and number of files "\
return "--all-tags\tPrints all tags, and number of files\n"\
" \teach tag assigned to.";
}

Expand Down
4 changes: 2 additions & 2 deletions cli/src/selectors/import_file_selector.cpp
Expand Up @@ -44,8 +44,8 @@ namespace tocccli

std::string ImportFileSelector::get_help_text()
{
return "-i, --import=PATH\tImports a file from the specified path "
"to the Tocc managed file system.";
return "-i, --import=PATH\tImports a file from the specified path to the \n"
" \tTocc managed file system.";
}

std::vector<libtocc::FileInfo> ImportFileSelector::execute(std::vector<std::string> cmd_arguments)
Expand Down

0 comments on commit bb400f5

Please sign in to comment.