From 35edfa3f63f352c22e5e3467cd1e4dd62c1d00bd Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Date: Thu, 12 Sep 2024 09:07:23 +0200 Subject: [PATCH] Update docs to account for changes --- gitlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlib/README.md b/gitlib/README.md index fb3370b..fefb503 100644 --- a/gitlib/README.md +++ b/gitlib/README.md @@ -45,7 +45,7 @@ Los comandos que comienzan por `--test` existen para hacer pruebas internas, y e ### Inicializar un repositorio: - ./gitlib.py --init-repo /mnt/sda2/ --repo linux + ./gitlib.py --init-repo-from /dev/sda2 --repo linux Esto inicializa el repositorio 'linux' con el contenido /mnt/sda2.