blob: 5ceaa0ff143a42f10f4d8085e7ee177013e71750 [file] [log] [blame]
#!/bin/bash
## -----------------------------------------------------------------------
## Intent: Display command use cases
## -----------------------------------------------------------------------
## -----------------------------------------------------------------------
## -----------------------------------------------------------------------
function usage_status()
{
cat <<EOH
[SHOW: My unmerged patches]
% gerrit.sh --me --status open
[SHOW: All records of type status]
% gerrit.sh --status open
% gerrit.sh --status merged
% gerrit.sh --status closed
% gerrit.sh --status merged --status closed
EOH
return
}
# [EOF]