Skip to content

Commit

Permalink
Merge pull request #32 from uyuni-project/branding-update-jcayouette
Browse files Browse the repository at this point in the history
Update tools to match new branding
  • Loading branch information
jcayouette authored Feb 7, 2025
2 parents 27c582a + d4b8184 commit 30acccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This a result of [SUSE's Hack Week 22](https://hackweek.opensuse.org/22/projects

### Example

`./uyuni-docs-helper -r master -o /tmp/test -c obs-packages-suma-en -p suma` would build the HTML and PDFs for English language, from the `master` branch at https://github.com/uyuni-project/uyuni-docs (default repository), for SUSE Manager.
`./uyuni-docs-helper -r master -o /tmp/test -c obs-packages-mlm-en -p mlm` would build the HTML and PDFs for English language, from the `master` branch at https://github.com/uyuni-project/uyuni-docs (default repository), for SUSE Multi-Linux Manager.

## For image maintainers

Expand Down
4 changes: 2 additions & 2 deletions uyuni-docs-helper
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ print_help() {
echo ""
echo "Mandatory arguments:"
echo ""
echo "-p|--product <uyuni|suma> Build the documentation for either Uyuni or SUSE Manager"
echo "-p|--product <uyuni|mlm> Build the documentation for either Uyuni or SUSE Multi-Linux Manager"
echo "-c|--command <make command> Use the desired command to build html/pdf, html&pdf, etc..."
echo " for example: 'all-uyuni'. You can use 'help' to list all"
echo " possible commands. Be aware you still need to specify"
Expand Down Expand Up @@ -163,7 +163,7 @@ if [ "${COMMAND}" == "help" ]; then
print_incorrect_syntax "A source (a remote or local git repository) is needed for this."
# Define a default product, if none is available, so we can show the help
elif [ -z ${PRODUCT} ]; then
PRODUCT='suma'
PRODUCT='mlm'
fi
fi

Expand Down

0 comments on commit 30acccb

Please sign in to comment.