projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3ebdd
)
Wrong usage statement.
author
Robert Konigsberg
<konigsberg@google.com>
Sat, 7 Jan 2012 14:47:24 +0000
(09:47 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Sat, 7 Jan 2012 14:47:24 +0000
(09:47 -0500)
push-to-web.sh
patch
|
blob
|
blame
|
history
diff --git
a/push-to-web.sh
b/push-to-web.sh
index
d7736a4
..
9ff6cd1
100755
(executable)
--- a/
push-to-web.sh
+++ b/
push-to-web.sh
@@
-3,7
+3,7
@@
# and then reverts the combined file.
if [ "$1" == "" ] ; then
- echo "usage: $0
URL
"
+ echo "usage: $0
destination
"
exit 1
fi