[pmg-devel] [PATCH pmg-docs] Replace apt-get to apt
Moayad Almalat
m.almalat at proxmox.com
Mon Jul 6 13:39:57 CEST 2020
Signed-off-by: Moayad Almalat <m.almalat at proxmox.com>
---
api-viewer/apidata.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js
index 0c89bda..8e308b3 100644
--- a/api-viewer/apidata.js
+++ b/api-viewer/apidata.js
@@ -11769,7 +11769,7 @@ var pmgapi = [
},
"POST" : {
"allowtoken" : 1,
- "description" : "This is used to resynchronize the package index files from their sources (apt-get update).",
+ "description" : "This is used to resynchronize the package index files from their sources (apt update).",
"method" : "POST",
"name" : "update_database",
"parameters" : {
@@ -12702,7 +12702,7 @@ var pmgapi = [
},
"upgrade" : {
"default" : 0,
- "description" : "Run 'apt-get dist-upgrade' instead of normal shell.",
+ "description" : "Run 'apt dist-upgrade' instead of normal shell.",
"optional" : 1,
"type" : "boolean",
"typetext" : "<boolean>"
--
2.20.1
More information about the pmg-devel
mailing list