From 3c645bee633f1bdef127e4f9ad739b56079cf530 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 15 May 2020 09:37:27 -0400 Subject: [PATCH] Clarify documentation --- README.md | 2 +- podmanRun | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9dbbcd..5625464 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ COMMANDS OPTIONS --mode, -m MODE - 1. recreate (remove container if it already exists and create a new one) + 1. recreate (default) (remove container if it already exists and create a new one) 2. persistent (reuse existing container if it exists) --options, -o OPTIONS OPTIONS to pass to podman run/exec diff --git a/podmanRun b/podmanRun index 682fea5..d291608 100755 --- a/podmanRun +++ b/podmanRun @@ -37,7 +37,7 @@ COMMANDS OPTIONS --mode, -m MODE - 1. recreate (remove container if it already exists and create a new one) + 1. recreate (default) (remove container if it already exists and create a new one) 2. persistent (reuse existing container if it exists) --options, -o OPTIONS OPTIONS to pass to podman run/exec