Skip to content

Commit ebd616c

Browse files
committed
add note about command/subcommand to make the functionality a bit clearer
1 parent 1f27d36 commit ebd616c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Intro
44

5-
This app helps you to define a custom alias for a command-line utility that has no alias support,
5+
This app helps you to define custom aliases/commands for a command-line utility that has no alias support,
66
an example of functionality from [git](https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases), another page about git config [section](https://git-scm.com/docs/git-config#Documentation/git-config.txt-alias)).
77

8-
Using this app you can define some aliases (including shell aliases) and use them just like they were defined out of the box.
8+
Using this app you can define some aliases/commands/subcommands and use them just like they were defined out of the box.
99

1010
# Table of contents
1111
1. [Technical notes](#technical-notes)

0 commit comments

Comments
 (0)