Merge pull request #106 from graysky2/master

small but meaningful descriptor change
This commit is contained in:
Jordi Sanfeliu 2015-09-02 09:18:14 +02:00
commit ee0cd48a20
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ install:
$(Q)echo "Run one of the following:"
$(Q)echo " make install-systemd-all (systemd based systems)"
$(Q)echo " make install-upstart-all (upstart based systems)"
$(Q)echo " make install-debian-all (debian sysv based systems)"
$(Q)echo " make install-redhat-all (redhat sysv based systems)"
$(Q)echo " make install-debian-all (legacy debian sysv based systems)"
$(Q)echo " make install-redhat-all (legacy redhat sysv based systems)"
$(Q)echo
$(Q)echo "Default targets may be overridden on the shell so"
$(Q)echo "check out the Makefile for specific rules."