소스 검색

Clarify documentation

bryan 5 년 전
부모
커밋
3c645bee63
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      podmanRun

+ 1 - 1
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

+ 1 - 1
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