From 57c11c3aefce9f35c2da691bd00c7f065b129666 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Tue, 31 Oct 2023 00:59:41 -0400 Subject: [PATCH] fix(net): doc fix --- try | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try b/try index 9a283833..f2979134 100755 --- a/try +++ b/try @@ -480,7 +480,7 @@ Usage: $TRY_COMMAND [-nvhyx] [-i PATTERN] [-D DIR] [-U PATH] CMD [ARG ...] -n don't commit or prompt for commit (overrides -y) -y assume yes to all prompts (overrides -n) - -x unshare the network namespace + -x revent network access (by unsharing the network namespace.) -i PATTERN ignore paths that match PATTERN on summary and commit -D DIR work in DIR (implies -n) -U PATH path to unionfs helper (e.g., mergerfs, unionfs-fuse)