From 65fdcf98d14f42076eb5ede85fd4e105ad50e81e Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Nov 19 2018 08:57:59 +0000 Subject: Fix wrong information --- diff --git a/modules/ROOT/pages/making-modules/defining-modules.adoc b/modules/ROOT/pages/making-modules/defining-modules.adoc index 50a9c4b..571e058 100644 --- a/modules/ROOT/pages/making-modules/defining-modules.adoc +++ b/modules/ROOT/pages/making-modules/defining-modules.adoc @@ -8,7 +8,7 @@ To get started quickly, you can use the `fedmod` tool (from the package of the s [source,shell] ---- $ fedmod fetch-metadata -$ fedmod rpm2package dwm > dwm.yaml +$ fedmod rpm2module dwm > dwm.yaml ---- If you specify more than one package it will fill in the summary and description fields from their counterparts in the first specified package.