diff --git a/debian/changelog b/debian/changelog index 1be1d82e..aa59e46f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ byobu (5.68) unreleased; urgency=low - prefer python, then python2, then python3 * debian/control: - silence lintian warning with a build-dep on python-support + * usr/bin/byobu-ugraph: + - clean up trailing whitespace -- Dustin Kirkland Mon, 02 Dec 2013 18:46:28 -0600 diff --git a/usr/bin/byobu-ugraph b/usr/bin/byobu-ugraph index 91b41037..bf33f349 100755 --- a/usr/bin/byobu-ugraph +++ b/usr/bin/byobu-ugraph @@ -134,36 +134,36 @@ get_data() while getopts "f:hm:np:rt:x:" opt do case "$opt" in - f) + f) file="$OPTARG" ;; - h) + h) usage exit 0 ;; - m) + m) min=$OPTARG ;; - n) + n) newline= ;; - p) + p) points=$OPTARG ;; - r) + r) rotate=n ;; - t) + t) theme="$OPTARG" ;; - x) + x) max=$OPTARG ;; esac