From 0afafe64fcbaf720889b8906a91dafb6dc409cdd Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Wed, 5 Sep 2012 18:19:24 +0300 Subject: declared `--stats` as boolean --- bin/uglifyjs2 | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/uglifyjs2') diff --git a/bin/uglifyjs2 b/bin/uglifyjs2 index 258ca0e4..1b64c2f5 100755 --- a/bin/uglifyjs2 +++ b/bin/uglifyjs2 @@ -25,6 +25,7 @@ Use a single dash to read input from the standard input.\ .boolean("b") .boolean("v") + .boolean("stats") .argv ; -- cgit v1.2.3 cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/nfs.scm
AgeCommit message (Expand)Author
2020-09-10tests: nfs: Improve "nfs-root-fs"....Danny Milosavljevic
2020-09-07tests: nfs: Improve "nfs-root-fs"....Danny Milosavljevic
2020-09-07tests: Add "nfs-root-fs" system test....Stefan
2020-03-25tests/nfs: Fix use of WAIT-FOR-FILE....Ricardo Wurmus
2020-03-16tests: nfs-server: Use marionette helper procedures....Ludovic Courtès
2020-03-16tests: nfs: Ensure 'rpcinfo' can be found....Ludovic Courtès
2020-01-08services: nfs: Add nfs-service-type....Ricardo Wurmus