Skip to content

Commit

Permalink
add updateDesc sub-command to refresh dtags.eftar
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Oct 12, 2017
1 parent 50ee7da commit a0745e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion OpenGrok
Expand Up @@ -105,7 +105,7 @@ Usage()

exec >&2
echo ""
echo "Usage: ${progname} <bootstrap|deploy|update|updateQuietly|usage|help>"
echo "Usage: ${progname} <bootstrap|deploy|update|updateQuietly|updateDesc|usage|help>"
echo " ${progname} index [<directory>]"
echo " ${progname} indexpart <directory_1> [<directory_2> ..]"
echo " ${progname} clearHistory <src_root> <repository_name>"
Expand Down Expand Up @@ -1017,6 +1017,10 @@ case "${1}" in
UpdateDescriptionCache
;;

updateDesc)
UpdateDescriptionCache
;;

bootstrap)
ValidateConfiguration
CreateRuntimeRequirements
Expand Down

0 comments on commit a0745e0

Please sign in to comment.