diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-02-20 17:02:58 -0800 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2018-02-26 17:11:43 -0800 |
commit | f93d5662f3b85b50277008011aa5489d9ba84c26 (patch) | |
tree | b97a3e8359deff83e13f9208ae709626c81dad10 /qf.rst | |
parent | b7b555ab12ebc68ba57f77be6efcac3539253ada (diff) |
qf: make clean-patches an "alias" to list-unused-patches
clean-patches is easier to remember, at least for me. However
list-unused-patches already supports purging the files, so just use it.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'qf.rst')
-rw-r--r-- | qf.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -152,7 +152,8 @@ patches/config. clean-patches ------------- -Removes all unused patch files from the patches/ directory. +Removes all unused patch files from the patches/ directory. This +is the same as calling "qf list-unused-patches --purge". refresh ------- |